svn path=/trunk/; revision=17834
+2007-05-13 Cody Russell <bratsche@gnome.org>
+
+ * gdk/win32/gdkevents-win32.c: Only do the configure event context
+ iteration under WM_WINDOWPOSCHANGED instead of inside
+ handle_configure_event(). This fixes a bug that prevented window
+ contents from being redrawn after gtk_window_resize(). (#436721)
+
2007-05-12 Behdad Esfahbod <behdad@gnome.org>
* gdk/gdkdraw.c (gdk_draw_trapezoids): Fix wrong cairo path
append_event (event);
}
-
- g_main_context_iteration (NULL, FALSE);
}
GdkRegion *
((GdkWindowObject *) window)->resize_count -= 1;
handle_configure_event (msg, window);
-
+ g_main_context_iteration (NULL, FALSE);
+
/* Dispatch main loop - to realize resizes... */
handle_stuff_while_moving_or_resizing ();